home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3selwin.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_r3selwin_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_SELWIN = 62;
-
-
-
-
- // Description: Add an item to New submenu of material tab. Class method.
- // p1: Integer, class id if the material class
- // p3: String, name to be used in the popup menu
-
- R3SELWINCM_REGISTERMATERIALC = 62020;
-
- function mR3SELWINCM_REGISTERMATERIALC(p1, p3) {
- DoA2(this.r3obj, 62020, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
- // Description: For R3WGA_DragSourceMth. Sent when an object is dragged from the select window.
-
- R3SELWINM_DRAG = 62021;
-
- function mR3SELWINM_DRAG() {
- DoA(this.r3obj, 62021, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Add an item to New submenu of image effect tab. Class method.
- // p1: Integer, class id if the image effect class
- // p3: String, name to be used in the popup menu
-
- R3SELWINCM_REGISTERIMAGEEFFE = 62022;
-
- function mR3SELWINCM_REGISTERIMAGEEFFE(p1, p3) {
- DoA2(this.r3obj, 62022, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
- // Description: Add an item to New submenu of particle effect tab. Class method.
- // p1: Integer, class id if the particle effect class
- // p3: String, name to be used in the popup menu
-
- R3SELWINCM_REGISTERPARTICLEE = 62023;
-
- function mR3SELWINCM_REGISTERPARTICLEE(p1, p3) {
- DoA2(this.r3obj, 62023, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
- // Description: For internal map changes. Used for loading/saving selected objects
-
- R3SELWINM_CANDROPLIST = 62031;
-
- function mR3SELWINM_CANDROPLIST() {
- DoA(this.r3obj, 62031, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Class methods. Add an item to New submenu of the output tab.
- // Returns: Boolean, true if succeeded
- // p1: Integer, class id if the particle effect class
- // p3: String, name to be used in the popup menu
-
- R3SELWINCM_REGISTERCHANNELCL = 62033;
-
- function mR3SELWINCM_REGISTERCHANNELCL(p1, p3) {
- return DoA2(this.r3obj, 62033, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
-
- R3SELWINM_LOADSELCHOR = 62048;
-
- function mR3SELWINM_LOADSELCHOR() {
- DoA(this.r3obj, 62048, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Register new choreography loader
- // Returns: Boolean, true if succeded.
-
- R3SELWINCM_REGISTERCHOREOGRA = 62049;
-
- function mR3SELWINCM_REGISTERCHOREOGRA() {
- return DoA(this.r3obj, 62049, 0, R3TID_INTEGER, 0);
- }
-
- // Description: Class methods. Add an item to New submenu of the view model tab.
- // Returns: Boolean, true if succeeded
- // p1: Integer, class id of the view model class
- // p3: String, name to be used in the popup menu
-
- R3SELWINCM_REGISTERVIEWMODEL = 62052;
-
- function mR3SELWINCM_REGISTERVIEWMODEL(p1, p3) {
- return DoA2(this.r3obj, 62052, p1, R3TID_INTEGER, 0, p3, R3TID_STRING, 0);
- }
-
-
-
-
- R3SELWINA_NoTab = 62500;
- function SetR3SELWINA_NoTab(value) {
- R3Set(this.r3obj, R3SELWINA_NoTab, value, R3TID_INTEGER, 0);
- }
-
- function GetR3SELWINA_NoTab() {
- return R3Get(this.r3obj, R3SELWINA_NoTab, R3TID_INTEGER, 0);
- }
-
- R3SELWINA_ShowClass = 62501;
- function SetR3SELWINA_ShowClass(value) {
- R3Set(this.r3obj, R3SELWINA_ShowClass, value, R3TID_INTEGER, 0);
- }
-
- function GetR3SELWINA_ShowClass() {
- return R3Get(this.r3obj, R3SELWINA_ShowClass, R3TID_INTEGER, 0);
- }
-
- R3SELWINA_BalanceTree = 62507;
- function GetR3SELWINA_BalanceTree() {
- return R3Get(this.r3obj, R3SELWINA_BalanceTree, R3TID_BOOLEAN, R3TNF_ARRAY);
- }
-
-
-
- function r3Selwin () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SELWIN, arguments);
- }
- // Methods
- this.REGISTERMATERIALC=mR3SELWINCM_REGISTERMATERIALC;
- this.DRAG=mR3SELWINM_DRAG;
- this.REGISTERIMAGEEFFE=mR3SELWINCM_REGISTERIMAGEEFFE;
- this.REGISTERPARTICLEE=mR3SELWINCM_REGISTERPARTICLEE;
- this.CANDROPLIST=mR3SELWINM_CANDROPLIST;
- this.REGISTERCHANNELCL=mR3SELWINCM_REGISTERCHANNELCL;
- this.LOADSELCHOR=mR3SELWINM_LOADSELCHOR;
- this.REGISTERCHOREOGRA=mR3SELWINCM_REGISTERCHOREOGRA;
- this.REGISTERVIEWMODEL=mR3SELWINCM_REGISTERVIEWMODEL;
-
- // Attributes
- this.GetNoTab=GetR3SELWINA_NoTab;
- this.SetNoTab=SetR3SELWINA_NoTab;
- this.GetShowClass=GetR3SELWINA_ShowClass;
- this.SetShowClass=SetR3SELWINA_ShowClass;
- this.GetBalanceTree=GetR3SELWINA_BalanceTree;
- }
-
- r3Selwin.prototype=new r3Window;
- // r3selwin.h_H